Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.ui.contexts.IContextManager

Packages that use IContextManager
org.eclipse.ui.contexts   
 

Uses of IContextManager in org.eclipse.ui.contexts
 

Subinterfaces of IContextManager in org.eclipse.ui.contexts
 interface IMutableContextManager
          An instance of this interface allows clients to manage contexts, as defined by the extension point org.eclipse.ui.contexts.
 

Methods in org.eclipse.ui.contexts that return IContextManager
 IContextManager IWorkbenchContextSupport.getContextManager()
          Returns the context manager for the workbench.
 IContextManager ContextManagerEvent.getContextManager()
          Returns the instance of the interface that changed.
 

Constructors in org.eclipse.ui.contexts with parameters of type IContextManager
ContextManagerEvent(IContextManager contextManager, boolean definedContextIdsChanged, boolean enabledContextIdsChanged)
          Creates a new instance of this class.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.